pp108 : GetDSOByID (Deprecated)

GetDSOByID (Deprecated)


This Web service operation returns the details of the database configuration.

SOAP Request

<GetDSOByID xmlns="http://schemas.cordys.com/DSOConfig/1.0">
    <name xmlns="http://schemas.cordys.com/DSOConfig/1.0">Cordys System#system</name>
    <type xmlns="http://schemas.cordys.com/DSOConfig/1.0">Relational</type>
</GetDSOByID>

Request Parameters

Parameter

Description

Data Type

Accepted Input Values

name

Combination of the database configuration name and the organization in which the database configuration is created, separated by '#'

String

-

type

Indicates the type of the database configuration

String

Relational

SOAP Response

<GetDSOByIDResponse xmlns="http://schemas.cordys.com/DSOConfig/1.0" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <datasource>
        <dso>
            <name>Cordys System#system</name>
            <type>Relational</type>
            <description>Database Configuration for running Cordys</description>
            <organization>system</organization>
            <configuration>
                <component dsocategory="system" name="Connection pool">
                    <provider>SQLOLEDB</provider>
                    <driverName>OLEDB</driverName>
                    <defaultDatabase>CORDYS_DB_443</defaultDatabase>
                    <server>TestServer</server>
                    <userName>username</userName>
                    <password>pwd</password>
                </component>
            </configuration>
        </dso>
    </datasource>
</GetDSOByIDResponse>

Response Parameters

Parameter

Description

Data Type

Accepted Input Values

name

Name of the database configuration

String

-

type

Indicates the type of the database configuration

String

Relational

description

Description of the database configuration

String

-

organization

Indicates the name of the organization where the database configuration is created

String

-

configuration

Indicates the configuration details of the database

The possible values are:

  • provider
  • driverName - OLEDB or JDBC
  • defaultDatabase
  • server
  • userName
  • password